home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Docs / Includes / MADocs.h next >
Encoding:
Text File  |  1996-04-03  |  713 b   |  45 lines  |  [TEXT/MPS ]

  1. // MADocs.h
  2. // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3. // MacApp document header files.
  4.  
  5. #ifndef __MADOCS__
  6. #define __MADOCS__
  7.  
  8. // Conditional Macros (include before any other headers)
  9.  
  10. #ifndef __MACONDITIONALMACROS__
  11. #include "MAConditionalMacros.h"
  12. #endif
  13.  
  14. // MacApp Core
  15.  
  16. #ifndef __MACORE__
  17. #include "MACore.h"
  18. #endif
  19.  
  20. // MacApp Framework
  21.  
  22. #ifndef __MAFRAMEWORK__
  23. #include "MAFramework.h"
  24. #endif
  25.  
  26. // MacApp Documents
  27.  
  28. #ifndef __UEDITIONDOCUMENT__
  29. #include "UEditionDocument.h"
  30. #endif
  31.  
  32. #ifndef __UFILEBASEDDOCUMENT__
  33. #include "UFileBasedDocument.h"
  34. #endif
  35.  
  36. #ifndef __USECTION__
  37. #include "USection.h"
  38. #endif
  39.  
  40. #ifndef __USECTIONMGR__
  41. #include "USectionMgr.h"
  42. #endif
  43.  
  44. #endif // __MADOCS__
  45.